home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / A lot utilities.adf / Dfilter.doc < prev    next >
Text File  |  1989-02-18  |  1KB  |  39 lines

  1.  
  2.     Dfilter is a program that will correct incompatibilities in
  3.     Photon Paint and Pixmate images.  This should be helpful for
  4.     owners of such programs as the Director, TV*Show, etc., where
  5.     some images either won't load or cause GURU's.
  6.  
  7.     To use, from the CLI, type:
  8.  
  9.         dfilter filename
  10.  
  11.     Where "filename" is the name of the picture file to be modified.
  12.  
  13.     Photon Paint inserts a proprietary IFF chunk as the first chunk
  14.     of the file.  Some readers assume that the first chunk will be
  15.     an BMHD, and treat any file that doesn't start with such a
  16.     chunk as bad.
  17.  
  18.     Pixmate saves the viewmodes in the CAMG chunk, with the SPRITES
  19.     and VP_HIDE bits on, which can cause problems in readers that
  20.     don't mask these out.
  21.  
  22.     It is assumed that later versions of these programs, as well as
  23.     the reader programs will be improved so that "dfilter" will no
  24.     longer be necessary, but in the meantime, this program can be
  25.     used.
  26.  
  27.     Dfilter will reshuffle the chunks so that the BMHD is the first
  28.     chunk, and modify the CAMG chunk if necessary.
  29.  
  30.     Dfilter works "in place", that is, it modifies the file you
  31.     specify without creating a second file.  If you feel uncomfortable
  32.     about such a program modifying your only copy of a given image
  33.     file, copy the image file to RAM first, run dfilter, and check
  34.     with a display program before replacing your only copy of the
  35.     image.
  36.  
  37.  
  38.  
  39.